﻿@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	width: 100%;
}

a, a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "微软雅黑", "宋体", "黑体";
}

#container {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 80%;
	max-width: 1440px;
	box-sizing: border-box;
	margin: 0 auto;
}


/*------------------------------------------------------------
	头部
------------------------------------------------------------*/

#gHeader {
	position: relative;
	z-index: 101;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
}

#gHeader>.container {
	width: 85%;
	max-width: inherit;
}

#gHeader .logo img {
	margin-top: 16px;
	width: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi {
	width: 55%;
	margin-right: 4%;
}

#gNavi li {
	float: left;
	width: 12.5%;
	text-align: center;
}

#gNavi li>a {
	display: block;
	font-size: 17px;
	line-height: 90px;
}

#gNavi li.on>a, #gNavi li:hover>a {
	color: #0b81de;
	font-weight: 600;
}

#gNavi li .drop {
	position: absolute;
	background: rgba(255, 255, 255, .8);
	left: 0;
	right: 0;
	top: 90px;
	z-index: 999;
	display: none;
	padding: 30px 0;
	border-top: 1px solid #f4f4f4;
}

#gNavi li .drop dl {
	float: left;
	width: 14.28%;
	text-align: left;
}

#gNavi li .drop dl dt a {
	display: block;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
}

#gNavi li .drop dl dd a {
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #666;
	padding-left: 8px;
}


#gNavi li .drop dl.on dt a {
	color: #0b81de;
}

#gNavi li .drop a:hover {
	color: #0b81de;
}

#gNavi li .drop dl dd.on a {
	color: #0b81de;
}

#gNavi li .drop dl {
	height: 220px;
}


#gNavi li .drop1 a {
	display: inline-block;
	background: #f2f2f2;
	color: #333;
	padding: 5px 20px;
	margin: 0 8px;
	border-radius: 4px;
}

#gNavi li .drop1 a.on, #gNavi li .drop1 a:hover {
	background: #0b81de;
	color: #fff;
}

.form {
	width: 14%;
	position: relative;
}

.form form {
	margin-top: 30px;
	position: relative;
}

.form:before {
	content: "";
	width: 1px;
	position: absolute;
	left: -30px;
	top: -30px;
	bottom: -30px;
	background: #f3f3f3;
	z-index: 10;
}

.form input[type="text"] {
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #f3f3f3;
	padding: 0 30px 0 6px;
	box-sizing: border-box;
}

input::placeholder {
	color: #aaa;
}

.form .btn {
	width: 40px;
	position: absolute;
	right: 0;
	top: -4px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border: none;
	background: url(../../images/common/icon1.png) no-repeat center;
	background-size: 24px;
	cursor: pointer;
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/

#gFooter {
	background: url(../../images/common/bg.jpg) no-repeat bottom right;
	color: #fff;
	padding: 30px 0 0;
}

#gFooter h3 {
	font-size: 20px;
	margin-bottom: 16px;
}

#gFooter .lxText {
	width: 30%;
}

#gFooter .lxText p {
	padding-left: 40px;
	position: relative;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 8px;
}

#gFooter .lxText span {
	width: 32px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#gFooter .wx {
	width: 20%;
	margin-left: 3%;
}

#gFooter .wx .ewm {
	width: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

#gFooter .nav {
	width: 45%;
}

#gFooter .nav dl {
	float: left;
	padding: 0 20px;
}

#gFooter .nav dl dd {
	float: left;
	padding: 0 20px;
}

#gFooter .nav dl a {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

#gFooter .fLink {
	margin: 10px 0;
	line-height: 22px;
}

#gFooter .fLink h4 {
	font-size: 18px;
	margin-bottom: 8px;
}

#gFooter .fLink a {
	display: inline-block;
	color: #fff;
	line-height: 15px;
	padding: 0 6px 0 3px;
	border-right: 1px solid #f3f3f3;
}

#gFooter .power {
	padding: 10px 0;
	line-height: 30px;
	text-align: center;
	border-top: 1px solid #fafafa;
}

.sec .title {
	text-align: center;
	line-height: 1;
	margin: 30px 0 20px;
}

.sec .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.sec .title span {
	display: block;
	margin: 15px auto 15px;
	width: 50px;
	height: 4px;
	border-radius: 2px;
	overflow: hidden;
	background: url(../../images/common/icon1_1.png) no-repeat;
}

.sec .title p {
	font-size: 15px;
	color: #666;
	display: none;
}

.sec .more a {
	display: block;
	width: 140px;
	line-height: 40px;
	border-radius: 21px;
	background: #0b81de;
	color: #fff;
	margin: 30px auto 0;
	text-align: center;
	font-size: 15px;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	display: none;
}


.fixed li {
	position: relative;
}

.fixed li span {
	display: block;
	width: 45px;
	line-height: 45px;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #fafafa;
	position: relative;
	z-index: 10;
}

.fixed li span img {
	width: 20px;
	filter: grayscale(100%);
}

.fixed li .box {
	min-width: 130px;
	position: absolute;
	right: 45px;
	top: 0;
	background: #fff;
	padding: 6px 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .06);
	transform: translateX(200px);
	transition: 0.3s;
	z-index: 0;
}

.fixed li .box strong {
	display: block;
	color: #0b81de;
	font-size: 21px;
	font-weight: 500;
}

.fixed li .box img {
	width: 120px;
}

.fixed li:hover .box {
	transform: translateX(0);
}

.fixed li.last {
	line-height: 30px;
	text-align: center;
	background: #0b81de;
	border-bottom: none;
	cursor: pointer;
}

.fixed li.last img {
	width: 22px;
}

.sp {
	display: none !important;
}



@media all and (min-width: 1024px) and (max-width:1680px) {

	.sec .title h2 {
		font-size: 34px;
	}

	.sec .title p {
		font-size: 15px;
	}


	#gFooter .wx {
		width: 18%;
	}

	#gFooter .nav {
		width: 49%;
	}
}

@media all and (min-width: 1024px) and (max-width:1600px) {
	#gNavi li .drop dl {
		width: 16.66%;

	}

	#gFooter .lxText p {
		line-height: 25px;
		font-size: 14px;
		padding-left: 32px;
		margin-bottom: 3px;
	}

	#gFooter .lxText span {
		width: 26px;
	}

	#gFooter .wx {
		width: 12%;
	}

	#gFooter .wx .ewm {
		width: 80%;
	}

	#gFooter .nav {
		width: 55%;
	}

	#gFooter .nav dl a {
		font-size: 14px;
	}

	#gFooter h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#gFooter .fLink h4 {
		font-size: 16px;
	}

	.sec .title h2 {
		font-size: 32px;
	}

}

@media all and (min-width: 1024px) and (max-width:1440px) {
	.container {
		width: 85%;
	}

	#gHeader>.container {
		width: 90%;
	}

	#gNavi li .drop dl {
		margin: 0 0 20px;
		height: 190px;
	}

	#gNavi li .drop dl dt a {
		font-size: 16px;
	}

	#gNavi li .drop dl dd a {
		font-size: 15px;
		line-height: 27px;
	}

}

@media all and (min-width: 0) and (max-width: 1400px) {
	#gHeader>.container {
		width: 90%;
	}

	.container {
		width: 88%;
	}

	.sec .title h2 {
		font-size: 30px;
	}
}

@media all and (min-width: 0) and (max-width: 1366px) {

	#gHeader .logo img {
		width: 220px;
		margin-top: 18px;
	}

	#gNavi {
		width: 58%;
	}

	#gNavi li .drop dl dt a {
		font-size: 15px;
	}

	#gNavi li .drop dl dd a {
		font-size: 14px;
	}

	.sec .title {
		margin: 20px 0;
	}


	.sec .title span {
		margin: 12px auto 12px;
	}

	.sec .title p {
		font-size: 14px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	#gHeader>.container {
		width: 92%;
	}

	.container {
		width: 90%;
	}

	.form:before {
		left: -20px;
	}

	#gNavi li>a {
		font-size: 15px;
	}

	#gFooter .nav dl {
		padding: 0 10px;
	}

	#gFooter .container {
		width: 90%;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.container {
		width: 100%;
	}

	.fl, .fr {
		float: inherit;
	}

	/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
	#gHeader {
		padding: 10px;
	}

	#gHeader .container {
		width: 100%;
	}

	#gHeader .logo img {
		width: 180px;
		margin-top: 0;
	}

	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 15px;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background: #f4f4f4 url(../../images/common/menu.png) no-repeat center;
		background-size: 20px;
	}

	#gHeader .tel {
		position: absolute;
		right: 60px;
		top: 15px;
	}

	#gHeader .tel a {
		display: block;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background: #f4f4f4 url(../../images/common/dh.png) no-repeat center;
		background-size: 22px;
	}

	#gNavi .form1 {
		position: relative;
		top: 10px;
	}

	#gNavi .form1 input[type="text"] {
		width: 100%;
		line-height: 30px;
		padding: 0 60px 0 8px;
		box-sizing: border-box;
		border-radius: 4px;
		border: 1px solid #dedede;
	}

	#gNavi .form1 .btn {
		width: 60px;
		line-height: 30px;
		height: 31px;
		border: none;
		position: absolute;
		right: 0px;
		top: 0px;
		border-radius: 0 4px 4px 0;
		background: #0b81de url(../../images/common/icon12.png) no-repeat center;
		background-size: 20px;
		color: #fff;
		text-align: center;
	}

	#gNavi {
		width: 100%;
		padding: 0 20px 30px;
		box-sizing: border-box;
		border-top: 1px solid #dedede;
		display: none;
		position: absolute;
		left: 0;
		top: 66px;
		right: 0;
		z-index: 100;
		background: #fff
	}

	#gNavi li {
		float: inherit;
		width: 100%;
		text-align: left;
		border-bottom: 1px dashed #efefef;
		line-height: 42px;
	}

	#gNavi li {
		padding-bottom: 0px;
	}

	#gNavi li>a {
		font-size: 15px;
		line-height: 40px;
		position: relative;
		background: url(../../images/index/jt.png) no-repeat right center;
		background-size: 14px;
	}

	#gNavi li.on>a {
		background-image: url(../../images/index/icon9.png)
	}

	#gNavi li:hover>a {
		color: inherit;
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		right: inherit;
		top: inherit;
		padding: 0;
	}

	#gNavi li .drop dl {
		width: 50%;
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
		margin-top: 0px;
		height: inherit !important;
		padding: 4px 5px
	}

	#gNavi li .drop dl dt a {
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
		margin-bottom: 0px;
		padding-left: 0px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		background: #fafafa;
		text-align: center;
		border-radius: 3px;
	}

	#gNavi li .drop dl dd {
		display: none;
	}

	#gNavi li .drop a.on {
		background: #0b81de;
		color: #fff
	}

	#gNavi li .drop dl.on dt a {
		background: #0b81de;
		color: #fff
	}

	#gNavi li .drop1 {
		overflow: hidden;
	}

	#gNavi li .drop1 a {
		width: 48%;
		padding: 0;
		line-height: 30px;
		float: left;
		margin: 4px 1%;
		border-radius: 3px;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
	#gFooter {
		padding: 20px 12px 0;
		font-size: 13px;
		background-size: cover;
	}

	#gFooter h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}

	#gFooter .lxText {
		width: 100%;
	}

	#gFooter .lxText p {
		padding-left: 0px;
		line-height: 28px;
		font-size: 13px;
		margin-bottom: 0px;
	}

	#gFooter .lxText span {
		display: none;
	}

	#gFooter .wx {
		width: 100%;
		margin: 10px 0;
	}

	#gFooter .wx .ewm {
		margin: 0 auto;
		max-width: 120px;
		font-size: 13px;
	}

	#gFooter .nav {
		width: 100%;
	}

	#gFooter .nav dl {
		float: inherit;
		padding: 0px;
	}

	#gFooter .nav dl dd {
		float: inherit;
		display: block;
		padding: 0px;
		overflow: hidden;
	}

	#gFooter .nav dl a {
		display: block;
		width: 20%;
		float: left;
		font-size: 13px;
		line-height: 26px;
		margin: 0;
	}

	#gFooter .nav dl:nth-child(2) a {
		width: 33.33%;
	}

	#gFooter .nav dl:nth-child(2) dd {
		display: inline;
	}

	#gFooter .fLink {
		margin: 10px 0;
		line-height: 22px;
	}

	#gFooter .fLink h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	#gFooter .power {
		line-height: 24px;
		margin-left: -12px;
		margin-right: -12px;
	}

	.sec .title {
		margin: 20px 0 15px;
	}

	.sec .title h2 {
		font-size: 26px;
	}

	.sec .title span {
		margin: 12px auto;
		width: 40px;
		height: 4px;
	}


	.sec .more a {
		width: 100px;
		line-height: 28px;
		border-radius: 14px;
		margin: 20px auto 0;
		font-size: 14px;
	}

	.fixed {
		display: none;
	}

	input {
		appearance: none;
		-webkit-appearance: none;
	}
}